gtkbin: Complete more of a base implementation for GtkBin subclasses
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 8 Nov 2012 23:21:01 +0000 (18:21 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 9 Nov 2012 00:19:46 +0000 (19:19 -0500)
commit3563d11fc6f6191cfd6c4cbaa47e554b5c66dfa0
tree4a048c1dd27f4ae6c5d29e1c06b198404fa13176
parent7b950944b0527152fe9d7a0bd712d2cfdd219e87
gtkbin: Complete more of a base implementation for GtkBin subclasses

Implement get_preferred_width, get_preferred_height, and size_allocate.
This allows GtkBin subclasses to be quick and easy, without the
author doing the subclassing to have to do much work.
gtk/gtkbin.c